CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ring buffer

搜索资源列表

  1. r_buf

    0下载:
  2. 自己写的一个用在单片机串口通讯中的环形队列缓冲区管理模块。-himself wrote a serial microcontroller used in the communications ring buffer queue management module.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2148
    • 提供者:谢经波
  1. RingBuffer_os.rar

    0下载:
  2. 一个用c/c++写的多线程程序,源码中介绍了循环缓冲区的使用方法和基本原理,很适合初学者,with a c/c write multi-threaded process, the source described the use of buffer cycle methodology and basic principles, which is perfect for beginners
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:10512
    • 提供者:黄兴
  1. 环形缓冲区.zip

    1下载:
  2. 环形缓冲区, Ring-like buffer
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:15871
    • 提供者:none
  1. bytebuffer.rar

    0下载:
  2. 环形缓冲区类,编写很多程序时可以直接调用的哦,或则继承也是可以的,Class ring buffer, the preparation of many programs can be directly called Oh, or it can inherit the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:2253
    • 提供者:何敏
  1. ringbuffer_src_2.0

    1下载:
  2. C语言实现的环形缓存类封装。功能比较实用,可以用于网络环境下,协议栈或通信协议解析。-C language implementation of the circular buffer class package. Functions more practical, can be used for the network environment, or communication protocol stack resolution.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:4911
    • 提供者:黄健
  1. RingBuffer

    0下载:
  2. vxworks下环形buffer的操作代码,一个小的demo,希望对大家有用-vxworks under the ring buffer operation code, a small demo, hope for all of us
  3. 所属分类:VxWorks

    • 发布日期:2017-03-29
    • 文件大小:17934
    • 提供者:朱松
  1. EqueueDemo

    0下载:
  2. 这是书上的代码,支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现---环形缓冲,攻克高级缓冲技术的关键,供大家参考-This is the code book to support non-blocking model with obstructive and thread-safe Ring Buffer Design and Implementation--- ring buffer, buffer technology to capture high-level key, for yo
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:13991
    • 提供者:Lucy
  1. RingBuffer

    0下载:
  2. Ring Buffer Implementation A circular buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams.-Ring Buffer ImplementationA circ
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-08
    • 文件大小:71348
    • 提供者:mike
  1. rngLib

    0下载:
  2. 环型队列函数,主要是ring buffer的管理模块,完成相关的操作。-ring buffer lib
  3. 所属分类:VxWorks

    • 发布日期:2017-03-27
    • 文件大小:4232
    • 提供者:wang jinggui
  1. vrb

    0下载:
  2. A simple solution of Virtual Ring Buffer, you can use it as a common command.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:94040
    • 提供者:Derek Ray
  1. ring-buffer

    1下载:
  2. 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-In the communications program, frequently used as a ring buffer data structure to store communications to send and receive data. FIFO ring buffer is a circular buffer, the com
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-28
    • 文件大小:34782
    • 提供者:江立
  1. buffer

    0下载:
  2. 环形缓冲区设计文档 基本设计概念和处理流程-Basic design concepts and processes of the ring buffer design documents
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:273144
    • 提供者:雷霆旅客
  1. Buffer

    0下载:
  2. 在delphi中实现环形缓冲区,可以实现多线程读写-Ring buffer in delphi achieve, you can achieve multiple threads to read and write
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-03
    • 文件大小:377716
    • 提供者:jiaoAbel
  1. FIFO-ring-buffer

    0下载:
  2. 用ICCAVR写的 ATmega640的串口的驱动,使用了先进先出的环形缓冲区技术 这是一个使用例子 稍微改动一下即可用到自己的项目中-ATmega640 with ICCAVR write serial driver, using FIFO ring buffer technology which is a slight change to the use of examples used in your own projects
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:4133
    • 提供者:陈成
  1. ring-buffer

    0下载:
  2. 环形缓冲区的实现原理,在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-The principle of the ring buffer, in the communication process, often use ring buffers to store the data as a data structure to send and receive communications. FI
  3. 所属分类:Project Manage

    • 发布日期:2017-03-29
    • 文件大小:3928
    • 提供者:wei
  1. Buffer

    0下载:
  2. 常见的buffer设计,包括:Fast ring buffer, Loop buffer, Bip buffer, circular character buffer,可以方便的集成到相关代码中-common buffer example and code, including fast ring buffer, loop buffer, bip buffer, circular character buffer, and they can integrate to relative code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:232562
    • 提供者:宋杨
  1. ring-buffer-design

    0下载:
  2. Lockless Ring Buffer Design for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:7876
    • 提供者:waobanvu
  1. stm32-Buffer

    0下载:
  2. stm32f103 通过串口接收数据存在 环形buffer 中, 串口采用DMA方式-Ring buffer, the serial port using DMA mode stm32f103 exist receive data through the serial port
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:836092
    • 提供者:张涛
  1. nxxzlocking-buffer

    0下载:
  2. 支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现(Support the blocking and non-blocking model and the design and implementation of ring buffer thread safe)
  3. 所属分类:系统/网络安全

    • 发布日期:2017-12-27
    • 文件大小:10240
    • 提供者:woufdanvob
  1. RingBuffer-master

    1下载:
  2. 数据结构中的环形队列的实现方法,稍微修改即可用于你的应用中。(realize Ring buffer.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:11091968
    • 提供者:MichaelChen
« 12 3 4 5 6 »
搜珍网 www.dssz.com